home *** CD-ROM | disk | FTP | other *** search
- @echo off
- d:
- if exist checklog.mml goto logd
- e:
- if exist checklog.mml goto loge
- f:
- if exist checklog.mml goto logf
- g:
- if exist checklog.mml goto logg
- h:
- if exist checklog.mml goto logh
- goto end
- :logd
- dfatal
- goto end
- :loge
- efatal
- goto end
- :logf
- ffatal
- goto end
- :logg
- gfatal
- goto end
- :logh
- hfatal
- goto end
-
- :end
- cls
- echo.
- echo.
- echo Unable to locate program files. Please run this install directly from CD
- echo.
- pause
-